Html Css Color HEX #13752F Camarone

📋 copy color: '#13752F'

red 19 ◦ green 117 ◦ blue 47

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

Shades of Camarone #13752F

Tints of Camarone #13752F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.68%

R = 10.38%
G = 63.93%
B = 25.68%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#13752F (or 0x13752F) is known color: Camarone. HEX triplet: 13, 75 and 2F. RGB value is (19,117,47). Sum of RGB (Red+Green+Blue) = 19+117+47=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 117 (46.09% from 255 or 63.93% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 117 - color contains mainly: green. Hex color #13752F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13752F is #EC8AD0. Grayscale: #4F4F4F. Windows color (decimal): -15502033 or 3110163. OLE color: 3110163.

HSL color Cylindrical-coordinate representation of color #13752F: hue angle of 137.14º 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 #13752F is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 117 47 -
CMYK 0.84 0 0.60 0.54
HSL 137.14º 0.72% 0.27% -
HSV(B) 137.14º 0.84% 0.46% -
XYZ 7.14 13.07 4.83 -
YUV 79.72 109.53 84.69 -
System Red Green Blue C M Y K H S L
Decimal 19 117 47 0.84 0 0.60 0.54 137.14 0.72 0.27
Hex 13 75 2F 54 0 3C 36 89 48 1B
Octal 23 165 57 124 0 74 66 211 110 33
Binary 10011 1110101 101111 1010100 0 111100 110110 10001001 1001000 11011

Color Harmonies of #13752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13752F

Black with #13752F

Text Example


Text Example

White with #13752F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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