Html Css Color HEX #135935 Crusoe

📋 copy color: '#135935'

red 19 ◦ green 89 ◦ blue 53

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

Shades of Crusoe #135935

Tints of Crusoe #135935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 32.92%

R = 11.8%
G = 55.28%
B = 32.92%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#135935 (or 0x135935) is known color: Crusoe. HEX triplet: 13, 59 and 35. RGB value is (19,89,53). Sum of RGB (Red+Green+Blue) = 19+89+53=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #135935 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135935 is #ECA6CA. Grayscale: #404040. Windows color (decimal): -15509195 or 3496211. OLE color: 3496211.

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

Color convert

RGB 19 89 53 -
CMYK 0.79 0 0.40 0.65
HSL 149.14º 0.65% 0.21% -
HSV(B) 149.14º 0.79% 0.35% -
XYZ 4.48 7.54 4.59 -
YUV 63.97 121.81 95.93 -
System Red Green Blue C M Y K H S L
Decimal 19 89 53 0.79 0 0.40 0.65 149.14 0.65 0.21
Hex 13 59 35 4F 0 28 41 95 41 15
Octal 23 131 65 117 0 50 101 225 101 25
Binary 10011 1011001 110101 1001111 0 101000 1000001 10010101 1000001 10101

Color Harmonies of #135935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135935

Black with #135935

Text Example


Text Example

White with #135935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135935; }

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

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

background-color css

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

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

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

border-color css

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

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

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