Html Css Color HEX #3F744C Killarney

📋 copy color: '#3F744C'

red 63 ◦ green 116 ◦ blue 76

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

Shades of Killarney #3F744C

Tints of Killarney #3F744C

RGB

 RED value IS 63 (25% from 255) = 24.71%

 GREEN value IS 116 (45.7% from 255) = 45.49%

 BLUE value IS 76 (30.08% from 255) = 29.8%

R = 24.71%
G = 45.49%
B = 29.8%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#3F744C (or 0x3F744C) is known color: Killarney. HEX triplet: 3F, 74 and 4C. RGB value is (63,116,76). Sum of RGB (Red+Green+Blue) = 63+116+76=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #3F744C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F744C is #C08BB3. Grayscale: #5F5F5F. Windows color (decimal): -12618676 or 5010495. OLE color: 5010495.

HSL color Cylindrical-coordinate representation of color #3F744C: hue angle of 134.72º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F744C is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 116 76 -
CMYK 0.46 0 0.34 0.55
HSL 134.72º 0.3% 0.35% -
HSV(B) 134.72º 0.46% 0.45% -
XYZ 9.6 14.07 9.05 -
YUV 95.59 116.94 104.75 -
System Red Green Blue C M Y K H S L
Decimal 63 116 76 0.46 0 0.34 0.55 134.72 0.3 0.35
Hex 3F 74 4C 2E 0 22 37 87 1E 23
Octal 77 164 114 56 0 42 67 207 36 43
Binary 111111 1110100 1001100 101110 0 100010 110111 10000111 11110 100011

Color Harmonies of #3F744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F744C

Black with #3F744C

Text Example


Text Example

White with #3F744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F744C; }

 p { color: rgb(63,116,76); }

 H1.HeaderClassName
 {
   color: #3F744C;
 }
 .AnyTagClassName
 {
   color: #3F744C;
 }
</style>

background-color css

<style>
 a { background-color: #3F744C; }

 a { background-color: rgb(63,116,76); }

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

border-color css

<style>
 span { border-color: #3F744C; }

 span { border-color: rgb(63,116,76); }

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