Html Css Color HEX #135722 Crusoe

📋 copy color: '#135722'

red 19 ◦ green 87 ◦ blue 34

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

Shades of Crusoe #135722

Tints of Crusoe #135722

RGB

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

 GREEN value IS 87 (34.38% from 255) = 62.14%

 BLUE value IS 34 (13.67% from 255) = 24.29%

R = 13.57%
G = 62.14%
B = 24.29%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.61

 K value IS 0.66

RGB Variations

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

Color information

#135722 (or 0x135722) is known color: Crusoe. HEX triplet: 13, 57 and 22. RGB value is (19,87,34). Sum of RGB (Red+Green+Blue) = 19+87+34=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 87 (34.38% from 255 or 62.14% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 87 - color contains mainly: green. Hex color #135722 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135722 is #ECA8DD. Grayscale: #3C3C3C. Windows color (decimal): -15509726 or 2250515. OLE color: 2250515.

HSL color Cylindrical-coordinate representation of color #135722: hue angle of 133.24º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135722 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 87 34 -
CMYK 0.78 0 0.61 0.66
HSL 133.24º 0.64% 0.21% -
HSV(B) 133.24º 0.78% 0.34% -
XYZ 3.97 7.07 2.67 -
YUV 60.63 112.97 98.31 -
System Red Green Blue C M Y K H S L
Decimal 19 87 34 0.78 0 0.61 0.66 133.24 0.64 0.21
Hex 13 57 22 4E 0 3D 42 85 40 15
Octal 23 127 42 116 0 75 102 205 100 25
Binary 10011 1010111 100010 1001110 0 111101 1000010 10000101 1000000 10101

Color Harmonies of #135722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135722

Black with #135722

Text Example


Text Example

White with #135722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135722; }

 p { color: rgb(19,87,34); }

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

background-color css

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

 a { background-color: rgb(19,87,34); }

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

border-color css

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

 span { border-color: rgb(19,87,34); }

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