Html Css Color HEX #384D0F Turtle Green

📋 copy color: '#384D0F'

red 56 ◦ green 77 ◦ blue 15

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

Shades of Turtle Green #384D0F

Tints of Turtle Green #384D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.14%

R = 37.84%
G = 52.03%
B = 10.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.81

 K value IS 0.70

RGB Variations

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

Color information

#384D0F (or 0x384D0F) is known color: Turtle Green. HEX triplet: 38, 4D and 0F. RGB value is (56,77,15). Sum of RGB (Red+Green+Blue) = 56+77+15=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 77 (30.47% from 255 or 52.03% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 77 - color contains mainly: green. Hex color #384D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384D0F is #C7B2F0. Grayscale: #3F3F3F. Windows color (decimal): -13087473 or 1002808. OLE color: 1002808.

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

Color convert

RGB 56 77 15 -
CMYK 0.27 0 0.81 0.70
HSL 80.32º 0.67% 0.18% -
HSV(B) 80.32º 0.81% 0.3% -
XYZ 4.37 6.18 1.41 -
YUV 63.65 100.54 122.54 -
System Red Green Blue C M Y K H S L
Decimal 56 77 15 0.27 0 0.81 0.70 80.32 0.67 0.18
Hex 38 4D F 1B 0 51 46 50 43 12
Octal 70 115 17 33 0 121 106 120 103 22
Binary 111000 1001101 1111 11011 0 1010001 1000110 1010000 1000011 10010

Color Harmonies of #384D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D0F

Black with #384D0F

Text Example


Text Example

White with #384D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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