Html Css Color HEX #137F33 Camarone

📋 copy color: '#137F33'

red 19 ◦ green 127 ◦ blue 51

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

Shades of Camarone #137F33

Tints of Camarone #137F33

RGB

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

 GREEN value IS 127 (50% from 255) = 64.47%

 BLUE value IS 51 (20.31% from 255) = 25.89%

R = 9.64%
G = 64.47%
B = 25.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#137F33 (or 0x137F33) is known color: Camarone. HEX triplet: 13, 7F and 33. RGB value is (19,127,51). Sum of RGB (Red+Green+Blue) = 19+127+51=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 127 (50% from 255 or 64.47% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 127 - color contains mainly: green. Hex color #137F33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137F33 is #EC80CC. Grayscale: #565656. Windows color (decimal): -15499469 or 3374867. OLE color: 3374867.

HSL color Cylindrical-coordinate representation of color #137F33: hue angle of 137.78º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137F33 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 127 51 -
CMYK 0.85 0 0.60 0.50
HSL 137.78º 0.74% 0.29% -
HSV(B) 137.78º 0.85% 0.5% -
XYZ 8.46 15.56 5.69 -
YUV 86.04 108.22 80.18 -
System Red Green Blue C M Y K H S L
Decimal 19 127 51 0.85 0 0.60 0.50 137.78 0.74 0.29
Hex 13 7F 33 55 0 3C 32 8A 4A 1D
Octal 23 177 63 125 0 74 62 212 112 35
Binary 10011 1111111 110011 1010101 0 111100 110010 10001010 1001010 11101

Color Harmonies of #137F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F33

Black with #137F33

Text Example


Text Example

White with #137F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137F33; }

 p { color: rgb(19,127,51); }

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

background-color css

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

 a { background-color: rgb(19,127,51); }

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

border-color css

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

 span { border-color: rgb(19,127,51); }

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