Html Css Color HEX #135E1A Crusoe

📋 copy color: '#135E1A'

red 19 ◦ green 94 ◦ blue 26

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

Shades of Crusoe #135E1A

Tints of Crusoe #135E1A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 67.63%

 BLUE value IS 26 (10.55% from 255) = 18.71%

R = 13.67%
G = 67.63%
B = 18.71%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#135E1A (or 0x135E1A) is known color: Crusoe. HEX triplet: 13, 5E and 1A. RGB value is (19,94,26). Sum of RGB (Red+Green+Blue) = 19+94+26=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 94 (37.11% from 255 or 67.63% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 94 - color contains mainly: green. Hex color #135E1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135E1A is #ECA1E5. Grayscale: #404040. Windows color (decimal): -15507942 or 1728019. OLE color: 1728019.

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

Color convert

RGB 19 94 26 -
CMYK 0.80 0 0.72 0.63
HSL 125.6º 0.66% 0.22% -
HSV(B) 125.6º 0.8% 0.37% -
XYZ 4.46 8.22 2.33 -
YUV 63.82 106.65 96.03 -
System Red Green Blue C M Y K H S L
Decimal 19 94 26 0.80 0 0.72 0.63 125.6 0.66 0.22
Hex 13 5E 1A 50 0 48 3F 7E 42 16
Octal 23 136 32 120 0 110 77 176 102 26
Binary 10011 1011110 11010 1010000 0 1001000 111111 1111110 1000010 10110

Color Harmonies of #135E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135E1A

Black with #135E1A

Text Example


Text Example

White with #135E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,94,26); }

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

background-color css

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

 a { background-color: rgb(19,94,26); }

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

border-color css

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

 span { border-color: rgb(19,94,26); }

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