Html Css Color HEX #427D4B Killarney

📋 copy color: '#427D4B'

red 66 ◦ green 125 ◦ blue 75

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

Shades of Killarney #427D4B

Tints of Killarney #427D4B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.99%

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

R = 24.81%
G = 46.99%
B = 28.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#427D4B (or 0x427D4B) is known color: Killarney. HEX triplet: 42, 7D and 4B. RGB value is (66,125,75). Sum of RGB (Red+Green+Blue) = 66+125+75=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 125 (49.22% from 255 or 46.99% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 125 - color contains mainly: green. Hex color #427D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427D4B is #BD82B4. Grayscale: #656565. Windows color (decimal): -12419765 or 4947266. OLE color: 4947266.

HSL color Cylindrical-coordinate representation of color #427D4B: hue angle of 129.15º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #427D4B is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 125 75 -
CMYK 0.47 0 0.40 0.51
HSL 129.15º 0.31% 0.37% -
HSV(B) 129.15º 0.47% 0.49% -
XYZ 10.85 16.33 9.24 -
YUV 101.66 112.95 102.57 -
System Red Green Blue C M Y K H S L
Decimal 66 125 75 0.47 0 0.40 0.51 129.15 0.31 0.37
Hex 42 7D 4B 2F 0 28 33 81 1F 25
Octal 102 175 113 57 0 50 63 201 37 45
Binary 1000010 1111101 1001011 101111 0 101000 110011 10000001 11111 100101

Color Harmonies of #427D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427D4B

Black with #427D4B

Text Example


Text Example

White with #427D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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