Html Css Color HEX #425A38 Green House

📋 copy color: '#425A38'

red 66 ◦ green 90 ◦ blue 56

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

Shades of Green House #425A38

Tints of Green House #425A38

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.45%

 BLUE value IS 56 (22.27% from 255) = 26.42%

R = 31.13%
G = 42.45%
B = 26.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#425A38 (or 0x425A38) is known color: Green House. HEX triplet: 42, 5A and 38. RGB value is (66,90,56). Sum of RGB (Red+Green+Blue) = 66+90+56=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 90 - color contains mainly: green. Hex color #425A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425A38 is #BDA5C7. Grayscale: #4F4F4F. Windows color (decimal): -12428744 or 3693122. OLE color: 3693122.

HSL color Cylindrical-coordinate representation of color #425A38: hue angle of 102.35º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #425A38 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 90 56 -
CMYK 0.27 0 0.38 0.65
HSL 102.35º 0.23% 0.29% -
HSV(B) 102.35º 0.38% 0.35% -
XYZ 6.62 8.76 5.08 -
YUV 78.95 115.05 118.76 -
System Red Green Blue C M Y K H S L
Decimal 66 90 56 0.27 0 0.38 0.65 102.35 0.23 0.29
Hex 42 5A 38 1B 0 26 41 66 17 1D
Octal 102 132 70 33 0 46 101 146 27 35
Binary 1000010 1011010 111000 11011 0 100110 1000001 1100110 10111 11101

Color Harmonies of #425A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425A38

Black with #425A38

Text Example


Text Example

White with #425A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425A38; }

 p { color: rgb(66,90,56); }

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

background-color css

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

 a { background-color: rgb(66,90,56); }

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

border-color css

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

 span { border-color: rgb(66,90,56); }

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