Html Css Color HEX #0E3422 Cardin Green

📋 copy color: '#0E3422'

red 14 ◦ green 52 ◦ blue 34

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

Shades of Cardin Green #0E3422

Tints of Cardin Green #0E3422

RGB

 RED value IS 14 (5.86% from 255) = 14%

 GREEN value IS 52 (20.7% from 255) = 52%

 BLUE value IS 34 (13.67% from 255) = 34%

R = 14%
G = 52%
B = 34%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.35

 K value IS 0.80

RGB Variations

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

Color information

#0E3422 (or 0x0E3422) is known color: Cardin Green. HEX triplet: 0E, 34 and 22. RGB value is (14,52,34). Sum of RGB (Red+Green+Blue) = 14+52+34=100 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14% from 100); Green value is 52 (20.70% from 255 or 52% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 52 - color contains mainly: green. Hex color #0E3422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3422 is #F1CBDD. Grayscale: #262626. Windows color (decimal): -15846366 or 2241550. OLE color: 2241550.

HSL color Cylindrical-coordinate representation of color #0E3422: hue angle of 151.58º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E3422 is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.80.

Color convert

RGB 14 52 34 -
CMYK 0.73 0 0.35 0.80
HSL 151.58º 0.58% 0.13% -
HSV(B) 151.58º 0.73% 0.2% -
XYZ 1.7 2.66 1.94 -
YUV 38.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 14 52 34 0.73 0 0.35 0.80 151.58 0.58 0.13
Hex E 34 22 49 0 23 50 98 3A D
Octal 16 64 42 111 0 43 120 230 72 15
Binary 1110 110100 100010 1001001 0 100011 1010000 10011000 111010 1101

Color Harmonies of #0E3422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3422

Black with #0E3422

Text Example


Text Example

White with #0E3422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,52,34); }

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

background-color css

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

 a { background-color: rgb(14,52,34); }

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

border-color css

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

 span { border-color: rgb(14,52,34); }

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