Html Css Color HEX #137025 Camarone

📋 copy color: '#137025'

red 19 ◦ green 112 ◦ blue 37

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

Shades of Camarone #137025

Tints of Camarone #137025

RGB

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

 GREEN value IS 112 (44.14% from 255) = 66.67%

 BLUE value IS 37 (14.84% from 255) = 22.02%

R = 11.31%
G = 66.67%
B = 22.02%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#137025 (or 0x137025) is known color: Camarone. HEX triplet: 13, 70 and 25. RGB value is (19,112,37). Sum of RGB (Red+Green+Blue) = 19+112+37=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 112 (44.14% from 255 or 66.67% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 112 - color contains mainly: green. Hex color #137025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137025 is #EC8FDA. Grayscale: #4B4B4B. Windows color (decimal): -15503323 or 2453523. OLE color: 2453523.

HSL color Cylindrical-coordinate representation of color #137025: hue angle of 131.61º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137025 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 112 37 -
CMYK 0.83 0 0.67 0.56
HSL 131.61º 0.71% 0.26% -
HSV(B) 131.61º 0.83% 0.44% -
XYZ 6.4 11.86 3.7 -
YUV 75.64 106.19 87.6 -
System Red Green Blue C M Y K H S L
Decimal 19 112 37 0.83 0 0.67 0.56 131.61 0.71 0.26
Hex 13 70 25 53 0 43 38 84 47 1A
Octal 23 160 45 123 0 103 70 204 107 32
Binary 10011 1110000 100101 1010011 0 1000011 111000 10000100 1000111 11010

Color Harmonies of #137025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137025

Black with #137025

Text Example


Text Example

White with #137025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137025; }

 p { color: rgb(19,112,37); }

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

background-color css

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

 a { background-color: rgb(19,112,37); }

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

border-color css

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

 span { border-color: rgb(19,112,37); }

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