Html Css Color HEX #135936 Crusoe

📋 copy color: '#135936'

red 19 ◦ green 89 ◦ blue 54

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

Shades of Crusoe #135936

Tints of Crusoe #135936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 33.33%

R = 11.73%
G = 54.94%
B = 33.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#135936 (or 0x135936) is known color: Crusoe. HEX triplet: 13, 59 and 36. RGB value is (19,89,54). Sum of RGB (Red+Green+Blue) = 19+89+54=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 54 (21.48% from 255 or 33.33% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #135936 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135936 is #ECA6C9. Grayscale: #404040. Windows color (decimal): -15509194 or 3561747. OLE color: 3561747.

HSL color Cylindrical-coordinate representation of color #135936: hue angle of 150º 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 #135936 is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 89 54 -
CMYK 0.79 0 0.39 0.65
HSL 150º 0.65% 0.21% -
HSV(B) 150º 0.79% 0.35% -
XYZ 4.51 7.55 4.71 -
YUV 64.08 122.31 95.85 -
System Red Green Blue C M Y K H S L
Decimal 19 89 54 0.79 0 0.39 0.65 150 0.65 0.21
Hex 13 59 36 4F 0 27 41 96 41 15
Octal 23 131 66 117 0 47 101 226 101 25
Binary 10011 1011001 110110 1001111 0 100111 1000001 10010110 1000001 10101

Color Harmonies of #135936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135936

Black with #135936

Text Example


Text Example

White with #135936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135936; }

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

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

background-color css

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

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

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

border-color css

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

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

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