Html Css Color HEX #42734B Killarney

📋 copy color: '#42734B'

red 66 ◦ green 115 ◦ blue 75

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

Shades of Killarney #42734B

Tints of Killarney #42734B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.92%

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

R = 25.78%
G = 44.92%
B = 29.3%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#42734B (or 0x42734B) is known color: Killarney. HEX triplet: 42, 73 and 4B. RGB value is (66,115,75). Sum of RGB (Red+Green+Blue) = 66+115+75=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #42734B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42734B is #BD8CB4. Grayscale: #5F5F5F. Windows color (decimal): -12422325 or 4944706. OLE color: 4944706.

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

Color convert

RGB 66 115 75 -
CMYK 0.43 0 0.35 0.55
HSL 131.02º 0.27% 0.35% -
HSV(B) 131.02º 0.43% 0.45% -
XYZ 9.65 13.93 8.84 -
YUV 95.79 116.27 106.75 -
System Red Green Blue C M Y K H S L
Decimal 66 115 75 0.43 0 0.35 0.55 131.02 0.27 0.35
Hex 42 73 4B 2B 0 23 37 83 1B 23
Octal 102 163 113 53 0 43 67 203 33 43
Binary 1000010 1110011 1001011 101011 0 100011 110111 10000011 11011 100011

Color Harmonies of #42734B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42734B

Black with #42734B

Text Example


Text Example

White with #42734B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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