Html Css Color HEX #427130 Green House

📋 copy color: '#427130'

red 66 ◦ green 113 ◦ blue 48

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

Shades of Green House #427130

Tints of Green House #427130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.78%

 BLUE value IS 48 (19.14% from 255) = 21.15%

R = 29.07%
G = 49.78%
B = 21.15%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#427130 (or 0x427130) is known color: Green House. HEX triplet: 42, 71 and 30. RGB value is (66,113,48). Sum of RGB (Red+Green+Blue) = 66+113+48=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #427130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427130 is #BD8ECF. Grayscale: #5B5B5B. Windows color (decimal): -12422864 or 3174722. OLE color: 3174722.

HSL color Cylindrical-coordinate representation of color #427130: hue angle of 103.38º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #427130 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 48 -
CMYK 0.42 0 0.58 0.56
HSL 103.38º 0.4% 0.32% -
HSV(B) 103.38º 0.58% 0.44% -
XYZ 8.69 13.18 4.88 -
YUV 91.54 103.43 109.79 -
System Red Green Blue C M Y K H S L
Decimal 66 113 48 0.42 0 0.58 0.56 103.38 0.4 0.32
Hex 42 71 30 2A 0 3A 38 67 28 20
Octal 102 161 60 52 0 72 70 147 50 40
Binary 1000010 1110001 110000 101010 0 111010 111000 1100111 101000 100000

Color Harmonies of #427130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427130

Black with #427130

Text Example


Text Example

White with #427130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427130; }

 p { color: rgb(66,113,48); }

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

background-color css

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

 a { background-color: rgb(66,113,48); }

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

border-color css

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

 span { border-color: rgb(66,113,48); }

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