Html Css Color HEX #135123 Crusoe

📋 copy color: '#135123'

red 19 ◦ green 81 ◦ blue 35

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

Shades of Crusoe #135123

Tints of Crusoe #135123

RGB

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

 GREEN value IS 81 (32.03% from 255) = 60%

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

R = 14.07%
G = 60%
B = 25.93%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#135123 (or 0x135123) is known color: Crusoe. HEX triplet: 13, 51 and 23. RGB value is (19,81,35). Sum of RGB (Red+Green+Blue) = 19+81+35=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 81 (32.03% from 255 or 60% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 81 - color contains mainly: green. Hex color #135123 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135123 is #ECAEDC. Grayscale: #393939. Windows color (decimal): -15511261 or 2314515. OLE color: 2314515.

HSL color Cylindrical-coordinate representation of color #135123: hue angle of 135.48º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135123 is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 81 35 -
CMYK 0.77 0 0.57 0.68
HSL 135.48º 0.62% 0.2% -
HSV(B) 135.48º 0.77% 0.32% -
XYZ 3.51 6.14 2.59 -
YUV 57.22 115.46 100.74 -
System Red Green Blue C M Y K H S L
Decimal 19 81 35 0.77 0 0.57 0.68 135.48 0.62 0.2
Hex 13 51 23 4D 0 39 44 87 3E 14
Octal 23 121 43 115 0 71 104 207 76 24
Binary 10011 1010001 100011 1001101 0 111001 1000100 10000111 111110 10100

Color Harmonies of #135123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135123

Black with #135123

Text Example


Text Example

White with #135123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135123; }

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

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

background-color css

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

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

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

border-color css

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

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

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