Html Css Color HEX #0D3824 Cardin Green

📋 copy color: '#0D3824'

red 13 ◦ green 56 ◦ blue 36

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

Shades of Cardin Green #0D3824

Tints of Cardin Green #0D3824

RGB

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

 GREEN value IS 56 (22.27% from 255) = 53.33%

 BLUE value IS 36 (14.45% from 255) = 34.29%

R = 12.38%
G = 53.33%
B = 34.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#0D3824 (or 0x0D3824) is known color: Cardin Green. HEX triplet: 0D, 38 and 24. RGB value is (13,56,36). Sum of RGB (Red+Green+Blue) = 13+56+36=105 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.38% from 105); Green value is 56 (22.27% from 255 or 53.33% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 56 - color contains mainly: green. Hex color #0D3824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3824 is #F2C7DB. Grayscale: #282828. Windows color (decimal): -15910876 or 2373645. OLE color: 2373645.

HSL color Cylindrical-coordinate representation of color #0D3824: hue angle of 152.09º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D3824 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB 13 56 36 -
CMYK 0.77 0 0.36 0.78
HSL 152.09º 0.62% 0.14% -
HSV(B) 152.09º 0.77% 0.22% -
XYZ 1.9 3.04 2.16 -
YUV 40.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 13 56 36 0.77 0 0.36 0.78 152.09 0.62 0.14
Hex D 38 24 4D 0 24 4E 98 3E E
Octal 15 70 44 115 0 44 116 230 76 16
Binary 1101 111000 100100 1001101 0 100100 1001110 10011000 111110 1110

Color Harmonies of #0D3824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3824

Black with #0D3824

Text Example


Text Example

White with #0D3824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,56,36); }

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

background-color css

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

 a { background-color: rgb(13,56,36); }

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

border-color css

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

 span { border-color: rgb(13,56,36); }

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