Html Css Color HEX #303613 Turtle Green

📋 copy color: '#303613'

red 48 ◦ green 54 ◦ blue 19

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

Shades of Turtle Green #303613

Tints of Turtle Green #303613

RGB

 RED value IS 48 (19.14% from 255) = 39.67%

 GREEN value IS 54 (21.48% from 255) = 44.63%

 BLUE value IS 19 (7.81% from 255) = 15.7%

R = 39.67%
G = 44.63%
B = 15.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#303613 (or 0x303613) is known color: Turtle Green. HEX triplet: 30, 36 and 13. RGB value is (48,54,19). Sum of RGB (Red+Green+Blue) = 48+54+19=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 54 - color contains mainly: green. Hex color #303613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303613 is #CFC9EC. Grayscale: #303030. Windows color (decimal): -13617645 or 1259056. OLE color: 1259056.

HSL color Cylindrical-coordinate representation of color #303613: hue angle of 70.29º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #303613 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 54 19 -
CMYK 0.11 0 0.65 0.79
HSL 70.29º 0.48% 0.14% -
HSV(B) 70.29º 0.65% 0.21% -
XYZ 2.66 3.31 1.12 -
YUV 48.22 111.51 127.85 -
System Red Green Blue C M Y K H S L
Decimal 48 54 19 0.11 0 0.65 0.79 70.29 0.48 0.14
Hex 30 36 13 B 0 41 4F 46 30 E
Octal 60 66 23 13 0 101 117 106 60 16
Binary 110000 110110 10011 1011 0 1000001 1001111 1000110 110000 1110

Color Harmonies of #303613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303613

Black with #303613

Text Example


Text Example

White with #303613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303613; }

 p { color: rgb(48,54,19); }

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

background-color css

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

 a { background-color: rgb(48,54,19); }

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

border-color css

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

 span { border-color: rgb(48,54,19); }

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