Html Css Color HEX #356023 Green House

📋 copy color: '#356023'

red 53 ◦ green 96 ◦ blue 35

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

Shades of Green House #356023

Tints of Green House #356023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 19.02%

R = 28.8%
G = 52.17%
B = 19.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#356023 (or 0x356023) is known color: Green House. HEX triplet: 35, 60 and 23. RGB value is (53,96,35). Sum of RGB (Red+Green+Blue) = 53+96+35=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #356023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356023 is #CA9FDC. Grayscale: #4C4C4C. Windows color (decimal): -13279197 or 2318389. OLE color: 2318389.

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

Color convert

RGB 53 96 35 -
CMYK 0.45 0 0.64 0.62
HSL 102.3º 0.47% 0.26% -
HSV(B) 102.3º 0.64% 0.38% -
XYZ 5.95 9.24 3.06 -
YUV 76.19 104.75 111.46 -
System Red Green Blue C M Y K H S L
Decimal 53 96 35 0.45 0 0.64 0.62 102.3 0.47 0.26
Hex 35 60 23 2D 0 40 3E 66 2F 1A
Octal 65 140 43 55 0 100 76 146 57 32
Binary 110101 1100000 100011 101101 0 1000000 111110 1100110 101111 11010

Color Harmonies of #356023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356023

Black with #356023

Text Example


Text Example

White with #356023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356023; }

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

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

background-color css

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

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

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

border-color css

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

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

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