Html Css Color HEX #35641C Green House

📋 copy color: '#35641C'

red 53 ◦ green 100 ◦ blue 28

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

Shades of Green House #35641C

Tints of Green House #35641C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 55.25%

 BLUE value IS 28 (11.33% from 255) = 15.47%

R = 29.28%
G = 55.25%
B = 15.47%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#35641C (or 0x35641C) is known color: Green House. HEX triplet: 35, 64 and 1C. RGB value is (53,100,28). Sum of RGB (Red+Green+Blue) = 53+100+28=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 100 (39.45% from 255 or 55.25% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 100 - color contains mainly: green. Hex color #35641C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35641C is #CA9BE3. Grayscale: #4D4D4D. Windows color (decimal): -13278180 or 1860661. OLE color: 1860661.

HSL color Cylindrical-coordinate representation of color #35641C: hue angle of 99.17º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35641C is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 100 28 -
CMYK 0.47 0 0.72 0.61
HSL 99.17º 0.56% 0.25% -
HSV(B) 99.17º 0.72% 0.39% -
XYZ 6.23 9.96 2.69 -
YUV 77.74 99.93 110.35 -
System Red Green Blue C M Y K H S L
Decimal 53 100 28 0.47 0 0.72 0.61 99.17 0.56 0.25
Hex 35 64 1C 2F 0 48 3D 63 38 19
Octal 65 144 34 57 0 110 75 143 70 31
Binary 110101 1100100 11100 101111 0 1001000 111101 1100011 111000 11001

Color Harmonies of #35641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35641C

Black with #35641C

Text Example


Text Example

White with #35641C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35641C; }

 p { color: rgb(53,100,28); }

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

background-color css

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

 a { background-color: rgb(53,100,28); }

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

border-color css

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

 span { border-color: rgb(53,100,28); }

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