Html Css Color HEX #135C32 Crusoe

📋 copy color: '#135C32'

red 19 ◦ green 92 ◦ blue 50

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

Shades of Crusoe #135C32

Tints of Crusoe #135C32

RGB

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

 GREEN value IS 92 (36.33% from 255) = 57.14%

 BLUE value IS 50 (19.92% from 255) = 31.06%

R = 11.8%
G = 57.14%
B = 31.06%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.46

 K value IS 0.64

RGB Variations

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

Color information

#135C32 (or 0x135C32) is known color: Crusoe. HEX triplet: 13, 5C and 32. RGB value is (19,92,50). Sum of RGB (Red+Green+Blue) = 19+92+50=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 92 (36.33% from 255 or 57.14% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 92 - color contains mainly: green. Hex color #135C32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135C32 is #ECA3CD. Grayscale: #414141. Windows color (decimal): -15508430 or 3300371. OLE color: 3300371.

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

Color convert

RGB 19 92 50 -
CMYK 0.79 0 0.46 0.64
HSL 145.48º 0.66% 0.22% -
HSV(B) 145.48º 0.79% 0.36% -
XYZ 4.67 8.02 4.32 -
YUV 65.39 119.32 94.92 -
System Red Green Blue C M Y K H S L
Decimal 19 92 50 0.79 0 0.46 0.64 145.48 0.66 0.22
Hex 13 5C 32 4F 0 2E 40 91 42 16
Octal 23 134 62 117 0 56 100 221 102 26
Binary 10011 1011100 110010 1001111 0 101110 1000000 10010001 1000010 10110

Color Harmonies of #135C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135C32

Black with #135C32

Text Example


Text Example

White with #135C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,92,50); }

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

background-color css

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

 a { background-color: rgb(19,92,50); }

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

border-color css

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

 span { border-color: rgb(19,92,50); }

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