Html Css Color HEX #136F25 Camarone

📋 copy color: '#136F25'

red 19 ◦ green 111 ◦ blue 37

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

Shades of Camarone #136F25

Tints of Camarone #136F25

RGB

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

 GREEN value IS 111 (43.75% from 255) = 66.47%

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

R = 11.38%
G = 66.47%
B = 22.16%

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

#136F25 (or 0x136F25) is known color: Camarone. HEX triplet: 13, 6F and 25. RGB value is (19,111,37). Sum of RGB (Red+Green+Blue) = 19+111+37=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 111 (43.75% from 255 or 66.47% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 111 - color contains mainly: green. Hex color #136F25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136F25 is #EC90DA. Grayscale: #4B4B4B. Windows color (decimal): -15503579 or 2453267. OLE color: 2453267.

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

Color convert

RGB 19 111 37 -
CMYK 0.83 0 0.67 0.56
HSL 131.74º 0.71% 0.25% -
HSV(B) 131.74º 0.83% 0.44% -
XYZ 6.29 11.64 3.67 -
YUV 75.06 106.52 88.02 -
System Red Green Blue C M Y K H S L
Decimal 19 111 37 0.83 0 0.67 0.56 131.74 0.71 0.25
Hex 13 6F 25 53 0 43 38 84 47 19
Octal 23 157 45 123 0 103 70 204 107 31
Binary 10011 1101111 100101 1010011 0 1000011 111000 10000100 1000111 11001

Color Harmonies of #136F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F25

Black with #136F25

Text Example


Text Example

White with #136F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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