Html Css Color HEX #137023 Camarone

📋 copy color: '#137023'

red 19 ◦ green 112 ◦ blue 35

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

Shades of Camarone #137023

Tints of Camarone #137023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 21.08%

R = 11.45%
G = 67.47%
B = 21.08%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#137023 (or 0x137023) is known color: Camarone. HEX triplet: 13, 70 and 23. RGB value is (19,112,35). Sum of RGB (Red+Green+Blue) = 19+112+35=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 112 (44.14% from 255 or 67.47% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 112 - color contains mainly: green. Hex color #137023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137023 is #EC8FDC. Grayscale: #4B4B4B. Windows color (decimal): -15503325 or 2322451. OLE color: 2322451.

HSL color Cylindrical-coordinate representation of color #137023: hue angle of 130.32º 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 #137023 is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 112 35 -
CMYK 0.83 0 0.69 0.56
HSL 130.32º 0.71% 0.26% -
HSV(B) 130.32º 0.83% 0.44% -
XYZ 6.37 11.85 3.54 -
YUV 75.42 105.19 87.76 -
System Red Green Blue C M Y K H S L
Decimal 19 112 35 0.83 0 0.69 0.56 130.32 0.71 0.26
Hex 13 70 23 53 0 45 38 82 47 1A
Octal 23 160 43 123 0 105 70 202 107 32
Binary 10011 1110000 100011 1010011 0 1000101 111000 10000010 1000111 11010

Color Harmonies of #137023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137023

Black with #137023

Text Example


Text Example

White with #137023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137023; }

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

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

background-color css

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

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

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

border-color css

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

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

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