Html Css Color HEX #42613B Green House

📋 copy color: '#42613B'

red 66 ◦ green 97 ◦ blue 59

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

Shades of Green House #42613B

Tints of Green House #42613B

RGB

 RED value IS 66 (26.17% from 255) = 29.73%

 GREEN value IS 97 (38.28% from 255) = 43.69%

 BLUE value IS 59 (23.44% from 255) = 26.58%

R = 29.73%
G = 43.69%
B = 26.58%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#42613B (or 0x42613B) is known color: Green House. HEX triplet: 42, 61 and 3B. RGB value is (66,97,59). Sum of RGB (Red+Green+Blue) = 66+97+59=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #42613B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42613B is #BD9EC4. Grayscale: #535353. Windows color (decimal): -12426949 or 3891522. OLE color: 3891522.

HSL color Cylindrical-coordinate representation of color #42613B: hue angle of 108.95º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42613B is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 97 59 -
CMYK 0.32 0 0.39 0.62
HSL 108.95º 0.24% 0.31% -
HSV(B) 108.95º 0.39% 0.38% -
XYZ 7.31 10.02 5.69 -
YUV 83.4 114.23 115.59 -
System Red Green Blue C M Y K H S L
Decimal 66 97 59 0.32 0 0.39 0.62 108.95 0.24 0.31
Hex 42 61 3B 20 0 27 3E 6D 18 1F
Octal 102 141 73 40 0 47 76 155 30 37
Binary 1000010 1100001 111011 100000 0 100111 111110 1101101 11000 11111

Color Harmonies of #42613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42613B

Black with #42613B

Text Example


Text Example

White with #42613B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,97,59); }

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

background-color css

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

 a { background-color: rgb(66,97,59); }

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

border-color css

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

 span { border-color: rgb(66,97,59); }

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