Html Css Color HEX #384D0E Turtle Green

📋 copy color: '#384D0E'

red 56 ◦ green 77 ◦ blue 14

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

Shades of Turtle Green #384D0E

Tints of Turtle Green #384D0E

RGB

 RED value IS 56 (22.27% from 255) = 38.1%

 GREEN value IS 77 (30.47% from 255) = 52.38%

 BLUE value IS 14 (5.86% from 255) = 9.52%

R = 38.1%
G = 52.38%
B = 9.52%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.70

RGB Variations

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

Color information

#384D0E (or 0x384D0E) is known color: Turtle Green. HEX triplet: 38, 4D and 0E. RGB value is (56,77,14). Sum of RGB (Red+Green+Blue) = 56+77+14=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 77 (30.47% from 255 or 52.38% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 77 - color contains mainly: green. Hex color #384D0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384D0E is #C7B2F1. Grayscale: #3F3F3F. Windows color (decimal): -13087474 or 937272. OLE color: 937272.

HSL color Cylindrical-coordinate representation of color #384D0E: hue angle of 80º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #384D0E is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 77 14 -
CMYK 0.27 0 0.82 0.70
HSL 80º 0.69% 0.18% -
HSV(B) 80º 0.82% 0.3% -
XYZ 4.36 6.18 1.38 -
YUV 63.54 100.04 122.62 -
System Red Green Blue C M Y K H S L
Decimal 56 77 14 0.27 0 0.82 0.70 80 0.69 0.18
Hex 38 4D E 1B 0 52 46 50 45 12
Octal 70 115 16 33 0 122 106 120 105 22
Binary 111000 1001101 1110 11011 0 1010010 1000110 1010000 1000101 10010

Color Harmonies of #384D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D0E

Black with #384D0E

Text Example


Text Example

White with #384D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384D0E; }

 p { color: rgb(56,77,14); }

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

background-color css

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

 a { background-color: rgb(56,77,14); }

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

border-color css

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

 span { border-color: rgb(56,77,14); }

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