Html Css Color HEX #35602B Green House

📋 copy color: '#35602B'

red 53 ◦ green 96 ◦ blue 43

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

Shades of Green House #35602B

Tints of Green House #35602B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 50%

 BLUE value IS 43 (17.19% from 255) = 22.4%

R = 27.6%
G = 50%
B = 22.4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#35602B (or 0x35602B) is known color: Green House. HEX triplet: 35, 60 and 2B. RGB value is (53,96,43). Sum of RGB (Red+Green+Blue) = 53+96+43=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #35602B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35602B is #CA9FD4. Grayscale: #4D4D4D. Windows color (decimal): -13279189 or 2842677. OLE color: 2842677.

HSL color Cylindrical-coordinate representation of color #35602B: hue angle of 108.68º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35602B is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 96 43 -
CMYK 0.45 0 0.55 0.62
HSL 108.68º 0.38% 0.27% -
HSV(B) 108.68º 0.55% 0.38% -
XYZ 6.09 9.3 3.76 -
YUV 77.1 108.75 110.81 -
System Red Green Blue C M Y K H S L
Decimal 53 96 43 0.45 0 0.55 0.62 108.68 0.38 0.27
Hex 35 60 2B 2D 0 37 3E 6D 26 1B
Octal 65 140 53 55 0 67 76 155 46 33
Binary 110101 1100000 101011 101101 0 110111 111110 1101101 100110 11011

Color Harmonies of #35602B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35602B

Black with #35602B

Text Example


Text Example

White with #35602B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35602B; }

 p { color: rgb(53,96,43); }

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

background-color css

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

 a { background-color: rgb(53,96,43); }

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

border-color css

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

 span { border-color: rgb(53,96,43); }

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