Html Css Color HEX #384700 Turtle Green

📋 copy color: '#384700'

red 56 ◦ green 71 ◦ blue 0

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

Shades of Turtle Green #384700

Tints of Turtle Green #384700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 55.91%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.09%
G = 55.91%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#384700 (or 0x384700) is known color: Turtle Green. HEX triplet: 38, 47 and 00. RGB value is (56,71,0). Sum of RGB (Red+Green+Blue) = 56+71+0=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #384700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384700 is #C7B8FF. Grayscale: #3A3A3A. Windows color (decimal): -13089024 or 18232. OLE color: 18232.

HSL color Cylindrical-coordinate representation of color #384700: hue angle of 72.68º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #384700 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 71 0 -
CMYK 0.21 0 1 0.72
HSL 72.68º 1% 0.14% -
HSV(B) 72.68º 1% 0.28% -
XYZ 3.88 5.35 0.83 -
YUV 58.42 95.03 126.27 -
System Red Green Blue C M Y K H S L
Decimal 56 71 0 0.21 0 1 0.72 72.68 1 0.14
Hex 38 47 0 15 0 64 48 49 64 E
Octal 70 107 0 25 0 144 110 111 144 16
Binary 111000 1000111 0 10101 0 1100100 1001000 1001001 1100100 1110

Color Harmonies of #384700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384700

Black with #384700

Text Example


Text Example

White with #384700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384700; }

 p { color: rgb(56,71,0); }

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

background-color css

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

 a { background-color: rgb(56,71,0); }

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

border-color css

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

 span { border-color: rgb(56,71,0); }

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