Html Css Color HEX #135523 Crusoe

📋 copy color: '#135523'

red 19 ◦ green 85 ◦ blue 35

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

Shades of Crusoe #135523

Tints of Crusoe #135523

RGB

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

 GREEN value IS 85 (33.59% from 255) = 61.15%

 BLUE value IS 35 (14.06% from 255) = 25.18%

R = 13.67%
G = 61.15%
B = 25.18%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#135523 (or 0x135523) is known color: Crusoe. HEX triplet: 13, 55 and 23. RGB value is (19,85,35). Sum of RGB (Red+Green+Blue) = 19+85+35=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #135523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135523 is #ECAADC. Grayscale: #3B3B3B. Windows color (decimal): -15510237 or 2315539. OLE color: 2315539.

HSL color Cylindrical-coordinate representation of color #135523: hue angle of 134.55º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135523 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 85 35 -
CMYK 0.78 0 0.59 0.67
HSL 134.55º 0.63% 0.2% -
HSV(B) 134.55º 0.78% 0.33% -
XYZ 3.82 6.76 2.69 -
YUV 59.57 114.13 99.07 -
System Red Green Blue C M Y K H S L
Decimal 19 85 35 0.78 0 0.59 0.67 134.55 0.63 0.2
Hex 13 55 23 4E 0 3B 43 87 3F 14
Octal 23 125 43 116 0 73 103 207 77 24
Binary 10011 1010101 100011 1001110 0 111011 1000011 10000111 111111 10100

Color Harmonies of #135523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135523

Black with #135523

Text Example


Text Example

White with #135523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135523; }

 p { color: rgb(19,85,35); }

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

background-color css

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

 a { background-color: rgb(19,85,35); }

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

border-color css

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

 span { border-color: rgb(19,85,35); }

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