Html Css Color HEX #135B1D Crusoe

📋 copy color: '#135B1D'

red 19 ◦ green 91 ◦ blue 29

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

Shades of Crusoe #135B1D

Tints of Crusoe #135B1D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 65.47%

 BLUE value IS 29 (11.72% from 255) = 20.86%

R = 13.67%
G = 65.47%
B = 20.86%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#135B1D (or 0x135B1D) is known color: Crusoe. HEX triplet: 13, 5B and 1D. RGB value is (19,91,29). Sum of RGB (Red+Green+Blue) = 19+91+29=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 91 (35.94% from 255 or 65.47% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 91 - color contains mainly: green. Hex color #135B1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135B1D is #ECA4E2. Grayscale: #3E3E3E. Windows color (decimal): -15508707 or 1923859. OLE color: 1923859.

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

Color convert

RGB 19 91 29 -
CMYK 0.79 0 0.68 0.64
HSL 128.33º 0.65% 0.22% -
HSV(B) 128.33º 0.79% 0.36% -
XYZ 4.23 7.71 2.43 -
YUV 62.4 109.15 97.04 -
System Red Green Blue C M Y K H S L
Decimal 19 91 29 0.79 0 0.68 0.64 128.33 0.65 0.22
Hex 13 5B 1D 4F 0 44 40 80 41 16
Octal 23 133 35 117 0 104 100 200 101 26
Binary 10011 1011011 11101 1001111 0 1000100 1000000 10000000 1000001 10110

Color Harmonies of #135B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135B1D

Black with #135B1D

Text Example


Text Example

White with #135B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,91,29); }

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

background-color css

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

 a { background-color: rgb(19,91,29); }

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

border-color css

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

 span { border-color: rgb(19,91,29); }

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