Html Css Color HEX #427433 Green House

📋 copy color: '#427433'

red 66 ◦ green 116 ◦ blue 51

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

Shades of Green House #427433

Tints of Green House #427433

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.79%

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

R = 28.33%
G = 49.79%
B = 21.89%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#427433 (or 0x427433) is known color: Green House. HEX triplet: 42, 74 and 33. RGB value is (66,116,51). Sum of RGB (Red+Green+Blue) = 66+116+51=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #427433 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427433 is #BD8BCC. Grayscale: #5D5D5D. Windows color (decimal): -12422093 or 3372098. OLE color: 3372098.

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

Color convert

RGB 66 116 51 -
CMYK 0.43 0 0.56 0.55
HSL 106.15º 0.39% 0.33% -
HSV(B) 106.15º 0.56% 0.45% -
XYZ 9.09 13.89 5.33 -
YUV 93.64 103.94 108.29 -
System Red Green Blue C M Y K H S L
Decimal 66 116 51 0.43 0 0.56 0.55 106.15 0.39 0.33
Hex 42 74 33 2B 0 38 37 6A 27 21
Octal 102 164 63 53 0 70 67 152 47 41
Binary 1000010 1110100 110011 101011 0 111000 110111 1101010 100111 100001

Color Harmonies of #427433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427433

Black with #427433

Text Example


Text Example

White with #427433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427433; }

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

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

background-color css

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

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

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

border-color css

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

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

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