Html Css Color HEX #135923 Crusoe

📋 copy color: '#135923'

red 19 ◦ green 89 ◦ blue 35

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

Shades of Crusoe #135923

Tints of Crusoe #135923

RGB

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

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

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

R = 13.29%
G = 62.24%
B = 24.48%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#135923 (or 0x135923) is known color: Crusoe. HEX triplet: 13, 59 and 23. RGB value is (19,89,35). Sum of RGB (Red+Green+Blue) = 19+89+35=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 89 (35.16% from 255 or 62.24% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 89 - color contains mainly: green. Hex color #135923 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135923 is #ECA6DC. Grayscale: #3E3E3E. Windows color (decimal): -15509213 or 2316563. OLE color: 2316563.

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

Color convert

RGB 19 89 35 -
CMYK 0.79 0 0.61 0.65
HSL 133.71º 0.65% 0.21% -
HSV(B) 133.71º 0.79% 0.35% -
XYZ 4.14 7.4 2.8 -
YUV 61.91 112.81 97.39 -
System Red Green Blue C M Y K H S L
Decimal 19 89 35 0.79 0 0.61 0.65 133.71 0.65 0.21
Hex 13 59 23 4F 0 3D 41 86 41 15
Octal 23 131 43 117 0 75 101 206 101 25
Binary 10011 1011001 100011 1001111 0 111101 1000001 10000110 1000001 10101

Color Harmonies of #135923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135923

Black with #135923

Text Example


Text Example

White with #135923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135923; }

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

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

background-color css

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

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

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

border-color css

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

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

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