Html Css Color HEX #135A1C Crusoe

📋 copy color: '#135A1C'

red 19 ◦ green 90 ◦ blue 28

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

Shades of Crusoe #135A1C

Tints of Crusoe #135A1C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 65.69%

 BLUE value IS 28 (11.33% from 255) = 20.44%

R = 13.87%
G = 65.69%
B = 20.44%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#135A1C (or 0x135A1C) is known color: Crusoe. HEX triplet: 13, 5A and 1C. RGB value is (19,90,28). Sum of RGB (Red+Green+Blue) = 19+90+28=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 90 (35.55% from 255 or 65.69% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 90 - color contains mainly: green. Hex color #135A1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A1C is #ECA5E3. Grayscale: #3D3D3D. Windows color (decimal): -15508964 or 1858067. OLE color: 1858067.

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

Color convert

RGB 19 90 28 -
CMYK 0.79 0 0.69 0.65
HSL 127.61º 0.65% 0.21% -
HSV(B) 127.61º 0.79% 0.35% -
XYZ 4.13 7.53 2.34 -
YUV 61.7 108.98 97.54 -
System Red Green Blue C M Y K H S L
Decimal 19 90 28 0.79 0 0.69 0.65 127.61 0.65 0.21
Hex 13 5A 1C 4F 0 45 41 80 41 15
Octal 23 132 34 117 0 105 101 200 101 25
Binary 10011 1011010 11100 1001111 0 1000101 1000001 10000000 1000001 10101

Color Harmonies of #135A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A1C

Black with #135A1C

Text Example


Text Example

White with #135A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,90,28); }

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

background-color css

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

 a { background-color: rgb(19,90,28); }

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

border-color css

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

 span { border-color: rgb(19,90,28); }

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