Html Css Color HEX #0D651D Crusoe

📋 copy color: '#0D651D'

red 13 ◦ green 101 ◦ blue 29

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

Shades of Crusoe #0D651D

Tints of Crusoe #0D651D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 70.63%

 BLUE value IS 29 (11.72% from 255) = 20.28%

R = 9.09%
G = 70.63%
B = 20.28%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#0D651D (or 0x0D651D) is known color: Crusoe. HEX triplet: 0D, 65 and 1D. RGB value is (13,101,29). Sum of RGB (Red+Green+Blue) = 13+101+29=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 101 (39.84% from 255 or 70.63% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 101 - color contains mainly: green. Hex color #0D651D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D651D is #F29AE2. Grayscale: #424242. Windows color (decimal): -15899363 or 1926413. OLE color: 1926413.

HSL color Cylindrical-coordinate representation of color #0D651D: hue angle of 130.91º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D651D is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB 13 101 29 -
CMYK 0.87 0 0.71 0.60
HSL 130.91º 0.77% 0.22% -
HSV(B) 130.91º 0.87% 0.4% -
XYZ 5.04 9.48 2.73 -
YUV 66.48 106.85 89.85 -
System Red Green Blue C M Y K H S L
Decimal 13 101 29 0.87 0 0.71 0.60 130.91 0.77 0.22
Hex D 65 1D 57 0 47 3C 83 4D 16
Octal 15 145 35 127 0 107 74 203 115 26
Binary 1101 1100101 11101 1010111 0 1000111 111100 10000011 1001101 10110

Color Harmonies of #0D651D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D651D

Black with #0D651D

Text Example


Text Example

White with #0D651D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,101,29); }

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

background-color css

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

 a { background-color: rgb(13,101,29); }

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

border-color css

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

 span { border-color: rgb(13,101,29); }

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