Html Css Color HEX #0D742E Camarone

📋 copy color: '#0D742E'

red 13 ◦ green 116 ◦ blue 46

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

Shades of Camarone #0D742E

Tints of Camarone #0D742E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 66.29%

 BLUE value IS 46 (18.36% from 255) = 26.29%

R = 7.43%
G = 66.29%
B = 26.29%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#0D742E (or 0x0D742E) is known color: Camarone. HEX triplet: 0D, 74 and 2E. RGB value is (13,116,46). Sum of RGB (Red+Green+Blue) = 13+116+46=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 116 (45.70% from 255 or 66.29% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 116 - color contains mainly: green. Hex color #0D742E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D742E is #F28BD1. Grayscale: #4D4D4D. Windows color (decimal): -15895506 or 3044365. OLE color: 3044365.

HSL color Cylindrical-coordinate representation of color #0D742E: hue angle of 139.22º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D742E is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB 13 116 46 -
CMYK 0.89 0 0.60 0.55
HSL 139.22º 0.8% 0.25% -
HSV(B) 139.22º 0.89% 0.45% -
XYZ 6.9 12.77 4.69 -
YUV 77.22 110.38 82.19 -
System Red Green Blue C M Y K H S L
Decimal 13 116 46 0.89 0 0.60 0.55 139.22 0.8 0.25
Hex D 74 2E 59 0 3C 37 8B 50 19
Octal 15 164 56 131 0 74 67 213 120 31
Binary 1101 1110100 101110 1011001 0 111100 110111 10001011 1010000 11001

Color Harmonies of #0D742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D742E

Black with #0D742E

Text Example


Text Example

White with #0D742E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,116,46); }

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

background-color css

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

 a { background-color: rgb(13,116,46); }

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

border-color css

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

 span { border-color: rgb(13,116,46); }

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