Html Css Color HEX #1C713B Camarone

📋 copy color: '#1C713B'

red 28 ◦ green 113 ◦ blue 59

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

Shades of Camarone #1C713B

Tints of Camarone #1C713B

RGB

 RED value IS 28 (11.33% from 255) = 14%

 GREEN value IS 113 (44.53% from 255) = 56.5%

 BLUE value IS 59 (23.44% from 255) = 29.5%

R = 14%
G = 56.5%
B = 29.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#1C713B (or 0x1C713B) is known color: Camarone. HEX triplet: 1C, 71 and 3B. RGB value is (28,113,59). Sum of RGB (Red+Green+Blue) = 28+113+59=200 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #1C713B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C713B is #E38EC4. Grayscale: #515151. Windows color (decimal): -14913221 or 3895580. OLE color: 3895580.

HSL color Cylindrical-coordinate representation of color #1C713B: hue angle of 141.88º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C713B is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 113 59 -
CMYK 0.75 0 0.48 0.56
HSL 141.88º 0.6% 0.28% -
HSV(B) 141.88º 0.75% 0.44% -
XYZ 7.17 12.37 6.15 -
YUV 81.43 115.34 89.89 -
System Red Green Blue C M Y K H S L
Decimal 28 113 59 0.75 0 0.48 0.56 141.88 0.6 0.28
Hex 1C 71 3B 4B 0 30 38 8E 3C 1C
Octal 34 161 73 113 0 60 70 216 74 34
Binary 11100 1110001 111011 1001011 0 110000 111000 10001110 111100 11100

Color Harmonies of #1C713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C713B

Black with #1C713B

Text Example


Text Example

White with #1C713B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C713B; }

 p { color: rgb(28,113,59); }

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

background-color css

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

 a { background-color: rgb(28,113,59); }

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

border-color css

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

 span { border-color: rgb(28,113,59); }

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