Html Css Color HEX #384C0F Turtle Green

📋 copy color: '#384C0F'

red 56 ◦ green 76 ◦ blue 15

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

Shades of Turtle Green #384C0F

Tints of Turtle Green #384C0F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 51.7%

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

R = 38.1%
G = 51.7%
B = 10.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.80

 K value IS 0.70

RGB Variations

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

Color information

#384C0F (or 0x384C0F) is known color: Turtle Green. HEX triplet: 38, 4C and 0F. RGB value is (56,76,15). Sum of RGB (Red+Green+Blue) = 56+76+15=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 76 (30.08% from 255 or 51.70% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 76 - color contains mainly: green. Hex color #384C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384C0F is #C7B3F0. Grayscale: #3F3F3F. Windows color (decimal): -13087729 or 1002552. OLE color: 1002552.

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

Color convert

RGB 56 76 15 -
CMYK 0.26 0 0.80 0.70
HSL 79.67º 0.67% 0.18% -
HSV(B) 79.67º 0.8% 0.3% -
XYZ 4.3 6.04 1.39 -
YUV 63.07 100.87 122.96 -
System Red Green Blue C M Y K H S L
Decimal 56 76 15 0.26 0 0.80 0.70 79.67 0.67 0.18
Hex 38 4C F 1A 0 50 46 50 43 12
Octal 70 114 17 32 0 120 106 120 103 22
Binary 111000 1001100 1111 11010 0 1010000 1000110 1010000 1000011 10010

Color Harmonies of #384C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C0F

Black with #384C0F

Text Example


Text Example

White with #384C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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