Html Css Color HEX #13752E Camarone

📋 copy color: '#13752E'

red 19 ◦ green 117 ◦ blue 46

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

Shades of Camarone #13752E

Tints of Camarone #13752E

RGB

 RED value IS 19 (7.81% from 255) = 10.44%

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

 BLUE value IS 46 (18.36% from 255) = 25.27%

R = 10.44%
G = 64.29%
B = 25.27%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#13752E (or 0x13752E) is known color: Camarone. HEX triplet: 13, 75 and 2E. RGB value is (19,117,46). Sum of RGB (Red+Green+Blue) = 19+117+46=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 117 (46.09% from 255 or 64.29% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 117 - color contains mainly: green. Hex color #13752E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13752E is #EC8AD1. Grayscale: #4F4F4F. Windows color (decimal): -15502034 or 3044627. OLE color: 3044627.

HSL color Cylindrical-coordinate representation of color #13752E: hue angle of 136.53º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13752E is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 117 46 -
CMYK 0.84 0 0.61 0.54
HSL 136.53º 0.72% 0.27% -
HSV(B) 136.53º 0.84% 0.46% -
XYZ 7.12 13.06 4.73 -
YUV 79.6 109.03 84.77 -
System Red Green Blue C M Y K H S L
Decimal 19 117 46 0.84 0 0.61 0.54 136.53 0.72 0.27
Hex 13 75 2E 54 0 3D 36 89 48 1B
Octal 23 165 56 124 0 75 66 211 110 33
Binary 10011 1110101 101110 1010100 0 111101 110110 10001001 1001000 11011

Color Harmonies of #13752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13752E

Black with #13752E

Text Example


Text Example

White with #13752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13752E; }

 p { color: rgb(19,117,46); }

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

background-color css

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

 a { background-color: rgb(19,117,46); }

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

border-color css

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

 span { border-color: rgb(19,117,46); }

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