Html Css Color HEX #135921 Crusoe

📋 copy color: '#135921'

red 19 ◦ green 89 ◦ blue 33

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

Shades of Crusoe #135921

Tints of Crusoe #135921

RGB

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

 GREEN value IS 89 (35.16% from 255) = 63.12%

 BLUE value IS 33 (13.28% from 255) = 23.4%

R = 13.48%
G = 63.12%
B = 23.4%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#135921 (or 0x135921) is known color: Crusoe. HEX triplet: 13, 59 and 21. RGB value is (19,89,33). Sum of RGB (Red+Green+Blue) = 19+89+33=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 89 (35.16% from 255 or 63.12% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 89 - color contains mainly: green. Hex color #135921 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135921 is #ECA6DE. Grayscale: #3D3D3D. Windows color (decimal): -15509215 or 2185491. OLE color: 2185491.

HSL color Cylindrical-coordinate representation of color #135921: hue angle of 132º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135921 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 89 33 -
CMYK 0.79 0 0.63 0.65
HSL 132º 0.65% 0.21% -
HSV(B) 132º 0.79% 0.35% -
XYZ 4.12 7.39 2.65 -
YUV 61.69 111.81 97.55 -
System Red Green Blue C M Y K H S L
Decimal 19 89 33 0.79 0 0.63 0.65 132 0.65 0.21
Hex 13 59 21 4F 0 3F 41 84 41 15
Octal 23 131 41 117 0 77 101 204 101 25
Binary 10011 1011001 100001 1001111 0 111111 1000001 10000100 1000001 10101

Color Harmonies of #135921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135921

Black with #135921

Text Example


Text Example

White with #135921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135921; }

 p { color: rgb(19,89,33); }

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

background-color css

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

 a { background-color: rgb(19,89,33); }

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

border-color css

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

 span { border-color: rgb(19,89,33); }

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