Html Css Color HEX #127531 Camarone

📋 copy color: '#127531'

red 18 ◦ green 117 ◦ blue 49

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

Shades of Camarone #127531

Tints of Camarone #127531

RGB

 RED value IS 18 (7.42% from 255) = 9.78%

 GREEN value IS 117 (46.09% from 255) = 63.59%

 BLUE value IS 49 (19.53% from 255) = 26.63%

R = 9.78%
G = 63.59%
B = 26.63%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#127531 (or 0x127531) is known color: Camarone. HEX triplet: 12, 75 and 31. RGB value is (18,117,49). Sum of RGB (Red+Green+Blue) = 18+117+49=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 117 (46.09% from 255 or 63.59% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 117 - color contains mainly: green. Hex color #127531 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127531 is #ED8ACE. Grayscale: #4F4F4F. Windows color (decimal): -15567567 or 3241234. OLE color: 3241234.

HSL color Cylindrical-coordinate representation of color #127531: hue angle of 138.79º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127531 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 117 49 -
CMYK 0.85 0 0.58 0.54
HSL 138.79º 0.73% 0.26% -
HSV(B) 138.79º 0.85% 0.46% -
XYZ 7.17 13.07 5.05 -
YUV 79.65 110.7 84.03 -
System Red Green Blue C M Y K H S L
Decimal 18 117 49 0.85 0 0.58 0.54 138.79 0.73 0.26
Hex 12 75 31 55 0 3A 36 8B 49 1A
Octal 22 165 61 125 0 72 66 213 111 32
Binary 10010 1110101 110001 1010101 0 111010 110110 10001011 1001001 11010

Color Harmonies of #127531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127531

Black with #127531

Text Example


Text Example

White with #127531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127531; }

 p { color: rgb(18,117,49); }

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

background-color css

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

 a { background-color: rgb(18,117,49); }

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

border-color css

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

 span { border-color: rgb(18,117,49); }

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