Html Css Color HEX #356825 Green House

📋 copy color: '#356825'

red 53 ◦ green 104 ◦ blue 37

#356825
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green House #356825

Tints of Green House #356825

RGB

 RED value IS 53 (21.09% from 255) = 27.32%

 GREEN value IS 104 (41.02% from 255) = 53.61%

 BLUE value IS 37 (14.84% from 255) = 19.07%

R = 27.32%
G = 53.61%
B = 19.07%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.64

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#356825 (or 0x356825) is known color: Green House. HEX triplet: 35, 68 and 25. RGB value is (53,104,37). Sum of RGB (Red+Green+Blue) = 53+104+37=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #356825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356825 is #CA97DA. Grayscale: #515151. Windows color (decimal): -13277147 or 2451509. OLE color: 2451509.

HSL color Cylindrical-coordinate representation of color #356825: hue angle of 105.67º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #356825 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 104 37 -
CMYK 0.49 0 0.64 0.59
HSL 105.67º 0.48% 0.28% -
HSV(B) 105.67º 0.64% 0.41% -
XYZ 6.75 10.79 3.48 -
YUV 81.11 103.1 107.95 -
System Red Green Blue C M Y K H S L
Decimal 53 104 37 0.49 0 0.64 0.59 105.67 0.48 0.28
Hex 35 68 25 31 0 40 3B 6A 30 1C
Octal 65 150 45 61 0 100 73 152 60 34
Binary 110101 1101000 100101 110001 0 1000000 111011 1101010 110000 11100

Color Harmonies of #356825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356825

Black with #356825

Text Example


Text Example

White with #356825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356825; }

 p { color: rgb(53,104,37); }

 H1.HeaderClassName
 {
   color: #356825;
 }
 .AnyTagClassName
 {
   color: #356825;
 }
</style>

background-color css

<style>
 a { background-color: #356825; }

 a { background-color: rgb(53,104,37); }

 div.DivClassName
 {
   background-color: #356825;
 }
 .BgClassName
 {
   background-color: #356825;
 }
</style>

border-color css

<style>
 span { border-color: #356825; }

 span { border-color: rgb(53,104,37); }

 td.TdClassName
 {
   border-color: #356825;
 }
 .TagClassName
 {
   border-color: #356825;
 }
</style>