Html Css Color HEX #427C4B Killarney

📋 copy color: '#427C4B'

red 66 ◦ green 124 ◦ blue 75

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

Shades of Killarney #427C4B

Tints of Killarney #427C4B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.79%

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

R = 24.91%
G = 46.79%
B = 28.3%

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

#427C4B (or 0x427C4B) is known color: Killarney. HEX triplet: 42, 7C and 4B. RGB value is (66,124,75). Sum of RGB (Red+Green+Blue) = 66+124+75=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 124 - color contains mainly: green. Hex color #427C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427C4B is #BD83B4. Grayscale: #656565. Windows color (decimal): -12420021 or 4947010. OLE color: 4947010.

HSL color Cylindrical-coordinate representation of color #427C4B: hue angle of 129.31º 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 #427C4B is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 124 75 -
CMYK 0.47 0 0.40 0.51
HSL 129.31º 0.31% 0.37% -
HSV(B) 129.31º 0.47% 0.49% -
XYZ 10.72 16.08 9.2 -
YUV 101.07 113.28 102.98 -
System Red Green Blue C M Y K H S L
Decimal 66 124 75 0.47 0 0.40 0.51 129.31 0.31 0.37
Hex 42 7C 4B 2F 0 28 33 81 1F 25
Octal 102 174 113 57 0 50 63 201 37 45
Binary 1000010 1111100 1001011 101111 0 101000 110011 10000001 11111 100101

Color Harmonies of #427C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C4B

Black with #427C4B

Text Example


Text Example

White with #427C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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