Html Css Color HEX #13752B Camarone

📋 copy color: '#13752B'

red 19 ◦ green 117 ◦ blue 43

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

Shades of Camarone #13752B

Tints of Camarone #13752B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.02%

R = 10.61%
G = 65.36%
B = 24.02%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#13752B (or 0x13752B) is known color: Camarone. HEX triplet: 13, 75 and 2B. RGB value is (19,117,43). Sum of RGB (Red+Green+Blue) = 19+117+43=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 117 (46.09% from 255 or 65.36% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 117 - color contains mainly: green. Hex color #13752B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13752B is #EC8AD4. Grayscale: #4F4F4F. Windows color (decimal): -15502037 or 2848019. OLE color: 2848019.

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

Color convert

RGB 19 117 43 -
CMYK 0.84 0 0.63 0.54
HSL 134.69º 0.72% 0.27% -
HSV(B) 134.69º 0.84% 0.46% -
XYZ 7.07 13.04 4.43 -
YUV 79.26 107.53 85.02 -
System Red Green Blue C M Y K H S L
Decimal 19 117 43 0.84 0 0.63 0.54 134.69 0.72 0.27
Hex 13 75 2B 54 0 3F 36 87 48 1B
Octal 23 165 53 124 0 77 66 207 110 33
Binary 10011 1110101 101011 1010100 0 111111 110110 10000111 1001000 11011

Color Harmonies of #13752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13752B

Black with #13752B

Text Example


Text Example

White with #13752B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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