Html Css Color HEX #135326 Crusoe

📋 copy color: '#135326'

red 19 ◦ green 83 ◦ blue 38

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

Shades of Crusoe #135326

Tints of Crusoe #135326

RGB

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

 GREEN value IS 83 (32.81% from 255) = 59.29%

 BLUE value IS 38 (15.23% from 255) = 27.14%

R = 13.57%
G = 59.29%
B = 27.14%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#135326 (or 0x135326) is known color: Crusoe. HEX triplet: 13, 53 and 26. RGB value is (19,83,38). Sum of RGB (Red+Green+Blue) = 19+83+38=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #135326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135326 is #ECACD9. Grayscale: #3A3A3A. Windows color (decimal): -15510746 or 2511635. OLE color: 2511635.

HSL color Cylindrical-coordinate representation of color #135326: hue angle of 137.81º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135326 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 83 38 -
CMYK 0.77 0 0.54 0.67
HSL 137.81º 0.63% 0.2% -
HSV(B) 137.81º 0.77% 0.33% -
XYZ 3.71 6.46 2.89 -
YUV 58.73 116.3 99.66 -
System Red Green Blue C M Y K H S L
Decimal 19 83 38 0.77 0 0.54 0.67 137.81 0.63 0.2
Hex 13 53 26 4D 0 36 43 8A 3F 14
Octal 23 123 46 115 0 66 103 212 77 24
Binary 10011 1010011 100110 1001101 0 110110 1000011 10001010 111111 10100

Color Harmonies of #135326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135326

Black with #135326

Text Example


Text Example

White with #135326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135326; }

 p { color: rgb(19,83,38); }

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

background-color css

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

 a { background-color: rgb(19,83,38); }

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

border-color css

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

 span { border-color: rgb(19,83,38); }

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