Html Css Color HEX #427338 Green House

📋 copy color: '#427338'

red 66 ◦ green 115 ◦ blue 56

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

Shades of Green House #427338

Tints of Green House #427338

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.52%

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

R = 27.85%
G = 48.52%
B = 23.63%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#427338 (or 0x427338) is known color: Green House. HEX triplet: 42, 73 and 38. RGB value is (66,115,56). Sum of RGB (Red+Green+Blue) = 66+115+56=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #427338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427338 is #BD8CC7. Grayscale: #5D5D5D. Windows color (decimal): -12422344 or 3699522. OLE color: 3699522.

HSL color Cylindrical-coordinate representation of color #427338: hue angle of 109.83º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #427338 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 115 56 -
CMYK 0.43 0 0.51 0.55
HSL 109.83º 0.35% 0.34% -
HSV(B) 109.83º 0.51% 0.45% -
XYZ 9.09 13.71 5.91 -
YUV 93.62 106.77 108.3 -
System Red Green Blue C M Y K H S L
Decimal 66 115 56 0.43 0 0.51 0.55 109.83 0.35 0.34
Hex 42 73 38 2B 0 33 37 6E 23 22
Octal 102 163 70 53 0 63 67 156 43 42
Binary 1000010 1110011 111000 101011 0 110011 110111 1101110 100011 100010

Color Harmonies of #427338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427338

Black with #427338

Text Example


Text Example

White with #427338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427338; }

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

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

background-color css

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

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

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

border-color css

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

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

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