Html Css Color HEX #427233 Green House

📋 copy color: '#427233'

red 66 ◦ green 114 ◦ blue 51

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

Shades of Green House #427233

Tints of Green House #427233

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.35%

 BLUE value IS 51 (20.31% from 255) = 22.08%

R = 28.57%
G = 49.35%
B = 22.08%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#427233 (or 0x427233) is known color: Green House. HEX triplet: 42, 72 and 33. RGB value is (66,114,51). Sum of RGB (Red+Green+Blue) = 66+114+51=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #427233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427233 is #BD8DCC. Grayscale: #5C5C5C. Windows color (decimal): -12422605 or 3371586. OLE color: 3371586.

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

Color convert

RGB 66 114 51 -
CMYK 0.42 0 0.55 0.55
HSL 105.71º 0.38% 0.32% -
HSV(B) 105.71º 0.55% 0.45% -
XYZ 8.86 13.43 5.26 -
YUV 92.47 104.6 109.12 -
System Red Green Blue C M Y K H S L
Decimal 66 114 51 0.42 0 0.55 0.55 105.71 0.38 0.32
Hex 42 72 33 2A 0 37 37 6A 26 20
Octal 102 162 63 52 0 67 67 152 46 40
Binary 1000010 1110010 110011 101010 0 110111 110111 1101010 100110 100000

Color Harmonies of #427233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427233

Black with #427233

Text Example


Text Example

White with #427233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427233; }

 p { color: rgb(66,114,51); }

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

background-color css

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

 a { background-color: rgb(66,114,51); }

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

border-color css

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

 span { border-color: rgb(66,114,51); }

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