Html Css Color HEX #0D552A Crusoe

📋 copy color: '#0D552A'

red 13 ◦ green 85 ◦ blue 42

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

Shades of Crusoe #0D552A

Tints of Crusoe #0D552A

RGB

 RED value IS 13 (5.47% from 255) = 9.29%

 GREEN value IS 85 (33.59% from 255) = 60.71%

 BLUE value IS 42 (16.8% from 255) = 30%

R = 9.29%
G = 60.71%
B = 30%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#0D552A (or 0x0D552A) is known color: Crusoe. HEX triplet: 0D, 55 and 2A. RGB value is (13,85,42). Sum of RGB (Red+Green+Blue) = 13+85+42=140 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.29% from 140); Green value is 85 (33.59% from 255 or 60.71% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 85 - color contains mainly: green. Hex color #0D552A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D552A is #F2AAD5. Grayscale: #3A3A3A. Windows color (decimal): -15903446 or 2774285. OLE color: 2774285.

HSL color Cylindrical-coordinate representation of color #0D552A: hue angle of 144.17º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D552A is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 13 85 42 -
CMYK 0.85 0 0.51 0.67
HSL 144.17º 0.73% 0.19% -
HSV(B) 144.17º 0.85% 0.33% -
XYZ 3.83 6.75 3.29 -
YUV 58.57 118.65 95.5 -
System Red Green Blue C M Y K H S L
Decimal 13 85 42 0.85 0 0.51 0.67 144.17 0.73 0.19
Hex D 55 2A 55 0 33 43 90 49 13
Octal 15 125 52 125 0 63 103 220 111 23
Binary 1101 1010101 101010 1010101 0 110011 1000011 10010000 1001001 10011

Color Harmonies of #0D552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D552A

Black with #0D552A

Text Example


Text Example

White with #0D552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D552A; }

 p { color: rgb(13,85,42); }

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

background-color css

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

 a { background-color: rgb(13,85,42); }

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

border-color css

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

 span { border-color: rgb(13,85,42); }

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