Html Css Color HEX #135D27 Crusoe

📋 copy color: '#135D27'

red 19 ◦ green 93 ◦ blue 39

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

Shades of Crusoe #135D27

Tints of Crusoe #135D27

RGB

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

 GREEN value IS 93 (36.72% from 255) = 61.59%

 BLUE value IS 39 (15.63% from 255) = 25.83%

R = 12.58%
G = 61.59%
B = 25.83%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.58

 K value IS 0.64

RGB Variations

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

Color information

#135D27 (or 0x135D27) is known color: Crusoe. HEX triplet: 13, 5D and 27. RGB value is (19,93,39). Sum of RGB (Red+Green+Blue) = 19+93+39=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 93 (36.72% from 255 or 61.59% from 151); Blue value is 39 (15.62% from 255 or 25.83% from 151); Max value from RGB is 93 - color contains mainly: green. Hex color #135D27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135D27 is #ECA2D8. Grayscale: #404040. Windows color (decimal): -15508185 or 2579731. OLE color: 2579731.

HSL color Cylindrical-coordinate representation of color #135D27: hue angle of 136.22º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135D27 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 93 39 -
CMYK 0.80 0 0.58 0.64
HSL 136.22º 0.66% 0.22% -
HSV(B) 136.22º 0.8% 0.36% -
XYZ 4.55 8.11 3.25 -
YUV 64.72 113.48 95.39 -
System Red Green Blue C M Y K H S L
Decimal 19 93 39 0.80 0 0.58 0.64 136.22 0.66 0.22
Hex 13 5D 27 50 0 3A 40 88 42 16
Octal 23 135 47 120 0 72 100 210 102 26
Binary 10011 1011101 100111 1010000 0 111010 1000000 10001000 1000010 10110

Color Harmonies of #135D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135D27

Black with #135D27

Text Example


Text Example

White with #135D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135D27; }

 p { color: rgb(19,93,39); }

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

background-color css

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

 a { background-color: rgb(19,93,39); }

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

border-color css

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

 span { border-color: rgb(19,93,39); }

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