Html Css Color HEX #135925 Crusoe

📋 copy color: '#135925'

red 19 ◦ green 89 ◦ blue 37

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

Shades of Crusoe #135925

Tints of Crusoe #135925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 25.52%

R = 13.1%
G = 61.38%
B = 25.52%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#135925 (or 0x135925) is known color: Crusoe. HEX triplet: 13, 59 and 25. RGB value is (19,89,37). Sum of RGB (Red+Green+Blue) = 19+89+37=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 89 (35.16% from 255 or 61.38% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 89 - color contains mainly: green. Hex color #135925 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135925 is #ECA6DA. Grayscale: #3E3E3E. Windows color (decimal): -15509211 or 2447635. OLE color: 2447635.

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

Color convert

RGB 19 89 37 -
CMYK 0.79 0 0.58 0.65
HSL 135.43º 0.65% 0.21% -
HSV(B) 135.43º 0.79% 0.35% -
XYZ 4.17 7.42 2.96 -
YUV 62.14 113.81 97.23 -
System Red Green Blue C M Y K H S L
Decimal 19 89 37 0.79 0 0.58 0.65 135.43 0.65 0.21
Hex 13 59 25 4F 0 3A 41 87 41 15
Octal 23 131 45 117 0 72 101 207 101 25
Binary 10011 1011001 100101 1001111 0 111010 1000001 10000111 1000001 10101

Color Harmonies of #135925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135925

Black with #135925

Text Example


Text Example

White with #135925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135925; }

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

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

background-color css

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

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

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

border-color css

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

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

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