Html Css Color HEX #42754B Killarney

📋 copy color: '#42754B'

red 66 ◦ green 117 ◦ blue 75

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

Shades of Killarney #42754B

Tints of Killarney #42754B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.35%

 BLUE value IS 75 (29.69% from 255) = 29.07%

R = 25.58%
G = 45.35%
B = 29.07%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#42754B (or 0x42754B) is known color: Killarney. HEX triplet: 42, 75 and 4B. RGB value is (66,117,75). Sum of RGB (Red+Green+Blue) = 66+117+75=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 117 - color contains mainly: green. Hex color #42754B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42754B is #BD8AB4. Grayscale: #616161. Windows color (decimal): -12421813 or 4945218. OLE color: 4945218.

HSL color Cylindrical-coordinate representation of color #42754B: hue angle of 130.59º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42754B is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 117 75 -
CMYK 0.44 0 0.36 0.54
HSL 130.59º 0.28% 0.36% -
HSV(B) 130.59º 0.44% 0.46% -
XYZ 9.88 14.39 8.91 -
YUV 96.96 115.6 105.92 -
System Red Green Blue C M Y K H S L
Decimal 66 117 75 0.44 0 0.36 0.54 130.59 0.28 0.36
Hex 42 75 4B 2C 0 24 36 83 1C 24
Octal 102 165 113 54 0 44 66 203 34 44
Binary 1000010 1110101 1001011 101100 0 100100 110110 10000011 11100 100100

Color Harmonies of #42754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42754B

Black with #42754B

Text Example


Text Example

White with #42754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42754B; }

 p { color: rgb(66,117,75); }

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

background-color css

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

 a { background-color: rgb(66,117,75); }

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

border-color css

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

 span { border-color: rgb(66,117,75); }

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