Html Css Color HEX #137B33 Camarone

📋 copy color: '#137B33'

red 19 ◦ green 123 ◦ blue 51

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

Shades of Camarone #137B33

Tints of Camarone #137B33

RGB

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

 GREEN value IS 123 (48.44% from 255) = 63.73%

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

R = 9.84%
G = 63.73%
B = 26.42%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#137B33 (or 0x137B33) is known color: Camarone. HEX triplet: 13, 7B and 33. RGB value is (19,123,51). Sum of RGB (Red+Green+Blue) = 19+123+51=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 123 (48.44% from 255 or 63.73% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 123 - color contains mainly: green. Hex color #137B33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137B33 is #EC84CC. Grayscale: #535353. Windows color (decimal): -15500493 or 3373843. OLE color: 3373843.

HSL color Cylindrical-coordinate representation of color #137B33: hue angle of 138.46º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137B33 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 123 51 -
CMYK 0.85 0 0.59 0.52
HSL 138.46º 0.73% 0.28% -
HSV(B) 138.46º 0.85% 0.48% -
XYZ 7.95 14.54 5.52 -
YUV 83.7 109.54 81.85 -
System Red Green Blue C M Y K H S L
Decimal 19 123 51 0.85 0 0.59 0.52 138.46 0.73 0.28
Hex 13 7B 33 55 0 3B 34 8A 49 1C
Octal 23 173 63 125 0 73 64 212 111 34
Binary 10011 1111011 110011 1010101 0 111011 110100 10001010 1001001 11100

Color Harmonies of #137B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137B33

Black with #137B33

Text Example


Text Example

White with #137B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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