Html Css Color HEX #135934 Crusoe

📋 copy color: '#135934'

red 19 ◦ green 89 ◦ blue 52

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

Shades of Crusoe #135934

Tints of Crusoe #135934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 32.5%

R = 11.88%
G = 55.63%
B = 32.5%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#135934 (or 0x135934) is known color: Crusoe. HEX triplet: 13, 59 and 34. RGB value is (19,89,52). Sum of RGB (Red+Green+Blue) = 19+89+52=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 89 (35.16% from 255 or 55.62% from 160); Blue value is 52 (20.70% from 255 or 32.5% from 160); Max value from RGB is 89 - color contains mainly: green. Hex color #135934 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135934 is #ECA6CB. Grayscale: #3F3F3F. Windows color (decimal): -15509196 or 3430675. OLE color: 3430675.

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

Color convert

RGB 19 89 52 -
CMYK 0.79 0 0.42 0.65
HSL 148.29º 0.65% 0.21% -
HSV(B) 148.29º 0.79% 0.35% -
XYZ 4.46 7.53 4.47 -
YUV 63.85 121.31 96.01 -
System Red Green Blue C M Y K H S L
Decimal 19 89 52 0.79 0 0.42 0.65 148.29 0.65 0.21
Hex 13 59 34 4F 0 2A 41 94 41 15
Octal 23 131 64 117 0 52 101 224 101 25
Binary 10011 1011001 110100 1001111 0 101010 1000001 10010100 1000001 10101

Color Harmonies of #135934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135934

Black with #135934

Text Example


Text Example

White with #135934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135934; }

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

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

background-color css

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

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

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

border-color css

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

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

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