Html Css Color HEX #42814F Killarney

📋 copy color: '#42814F'

red 66 ◦ green 129 ◦ blue 79

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

Shades of Killarney #42814F

Tints of Killarney #42814F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.08%

 BLUE value IS 79 (31.25% from 255) = 28.83%

R = 24.09%
G = 47.08%
B = 28.83%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#42814F (or 0x42814F) is known color: Killarney. HEX triplet: 42, 81 and 4F. RGB value is (66,129,79). Sum of RGB (Red+Green+Blue) = 66+129+79=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #42814F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42814F is #BD7EB0. Grayscale: #686868. Windows color (decimal): -12418737 or 5210434. OLE color: 5210434.

HSL color Cylindrical-coordinate representation of color #42814F: hue angle of 132.38º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42814F is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 129 79 -
CMYK 0.49 0 0.39 0.49
HSL 132.38º 0.32% 0.38% -
HSV(B) 132.38º 0.49% 0.51% -
XYZ 11.51 17.42 10.15 -
YUV 104.46 113.63 100.57 -
System Red Green Blue C M Y K H S L
Decimal 66 129 79 0.49 0 0.39 0.49 132.38 0.32 0.38
Hex 42 81 4F 31 0 27 31 84 20 26
Octal 102 201 117 61 0 47 61 204 40 46
Binary 1000010 10000001 1001111 110001 0 100111 110001 10000100 100000 100110

Color Harmonies of #42814F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42814F

Black with #42814F

Text Example


Text Example

White with #42814F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42814F; }

 p { color: rgb(66,129,79); }

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

background-color css

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

 a { background-color: rgb(66,129,79); }

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

border-color css

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

 span { border-color: rgb(66,129,79); }

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