Html Css Color HEX #0D5833 Crusoe

📋 copy color: '#0D5833'

red 13 ◦ green 88 ◦ blue 51

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

Shades of Crusoe #0D5833

Tints of Crusoe #0D5833

RGB

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

 GREEN value IS 88 (34.77% from 255) = 57.89%

 BLUE value IS 51 (20.31% from 255) = 33.55%

R = 8.55%
G = 57.89%
B = 33.55%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#0D5833 (or 0x0D5833) is known color: Crusoe. HEX triplet: 0D, 58 and 33. RGB value is (13,88,51). Sum of RGB (Red+Green+Blue) = 13+88+51=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 88 (34.77% from 255 or 57.89% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 88 - color contains mainly: green. Hex color #0D5833 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5833 is #F2A7CC. Grayscale: #3D3D3D. Windows color (decimal): -15902669 or 3364877. OLE color: 3364877.

HSL color Cylindrical-coordinate representation of color #0D5833: hue angle of 150.4º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5833 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB 13 88 51 -
CMYK 0.85 0 0.42 0.65
HSL 150.4º 0.74% 0.2% -
HSV(B) 150.4º 0.85% 0.35% -
XYZ 4.25 7.3 4.32 -
YUV 61.36 122.15 93.51 -
System Red Green Blue C M Y K H S L
Decimal 13 88 51 0.85 0 0.42 0.65 150.4 0.74 0.2
Hex D 58 33 55 0 2A 41 96 4A 14
Octal 15 130 63 125 0 52 101 226 112 24
Binary 1101 1011000 110011 1010101 0 101010 1000001 10010110 1001010 10100

Color Harmonies of #0D5833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5833

Black with #0D5833

Text Example


Text Example

White with #0D5833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,88,51); }

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

background-color css

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

 a { background-color: rgb(13,88,51); }

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

border-color css

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

 span { border-color: rgb(13,88,51); }

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