Html Css Color HEX #135320 Crusoe

📋 copy color: '#135320'

red 19 ◦ green 83 ◦ blue 32

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

Shades of Crusoe #135320

Tints of Crusoe #135320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 61.94%

 BLUE value IS 32 (12.89% from 255) = 23.88%

R = 14.18%
G = 61.94%
B = 23.88%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#135320 (or 0x135320) is known color: Crusoe. HEX triplet: 13, 53 and 20. RGB value is (19,83,32). Sum of RGB (Red+Green+Blue) = 19+83+32=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 83 (32.81% from 255 or 61.94% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 83 - color contains mainly: green. Hex color #135320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135320 is #ECACDF. Grayscale: #3A3A3A. Windows color (decimal): -15510752 or 2118419. OLE color: 2118419.

HSL color Cylindrical-coordinate representation of color #135320: hue angle of 132.19º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135320 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 83 32 -
CMYK 0.77 0 0.61 0.67
HSL 132.19º 0.63% 0.2% -
HSV(B) 132.19º 0.77% 0.33% -
XYZ 3.62 6.43 2.42 -
YUV 58.05 113.3 100.15 -
System Red Green Blue C M Y K H S L
Decimal 19 83 32 0.77 0 0.61 0.67 132.19 0.63 0.2
Hex 13 53 20 4D 0 3D 43 84 3F 14
Octal 23 123 40 115 0 75 103 204 77 24
Binary 10011 1010011 100000 1001101 0 111101 1000011 10000100 111111 10100

Color Harmonies of #135320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135320

Black with #135320

Text Example


Text Example

White with #135320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135320; }

 p { color: rgb(19,83,32); }

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

background-color css

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

 a { background-color: rgb(19,83,32); }

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

border-color css

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

 span { border-color: rgb(19,83,32); }

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