Html Css Color HEX #4CB695 Keppel

📋 copy color: '#4CB695'

red 76 ◦ green 182 ◦ blue 149

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

Shades of Keppel #4CB695

Tints of Keppel #4CB695

RGB

 RED value IS 76 (30.08% from 255) = 18.67%

 GREEN value IS 182 (71.48% from 255) = 44.72%

 BLUE value IS 149 (58.59% from 255) = 36.61%

R = 18.67%
G = 44.72%
B = 36.61%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#4CB695 (or 0x4CB695) is known color: Keppel. HEX triplet: 4C, B6 and 95. RGB value is (76,182,149). Sum of RGB (Red+Green+Blue) = 76+182+149=407 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.67% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 182 - color contains mainly: green. Hex color #4CB695 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB695 is #B3496A. Grayscale: #929292. Windows color (decimal): -11749739 or 9811532. OLE color: 9811532.

HSL color Cylindrical-coordinate representation of color #4CB695: hue angle of 161.32º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB695 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 76 182 149 -
CMYK 0.58 0 0.18 0.29
HSL 161.32º 0.42% 0.51% -
HSV(B) 161.32º 0.58% 0.71% -
XYZ 25.13 37.16 34.28 -
YUV 146.54 129.38 77.68 -
System Red Green Blue C M Y K H S L
Decimal 76 182 149 0.58 0 0.18 0.29 161.32 0.42 0.51
Hex 4C B6 95 3A 0 12 1D A1 2A 33
Octal 114 266 225 72 0 22 35 241 52 63
Binary 1001100 10110110 10010101 111010 0 10010 11101 10100001 101010 110011

Color Harmonies of #4CB695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB695

Black with #4CB695

Text Example


Text Example

White with #4CB695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CB695; }

 p { color: rgb(76,182,149); }

 H1.HeaderClassName
 {
   color: #4CB695;
 }
 .AnyTagClassName
 {
   color: #4CB695;
 }
</style>

background-color css

<style>
 a { background-color: #4CB695; }

 a { background-color: rgb(76,182,149); }

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

border-color css

<style>
 span { border-color: #4CB695; }

 span { border-color: rgb(76,182,149); }

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