Html Css Color HEX #384000 Turtle Green

📋 copy color: '#384000'

red 56 ◦ green 64 ◦ blue 0

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

Shades of Turtle Green #384000

Tints of Turtle Green #384000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 53.33%

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

R = 46.67%
G = 53.33%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#384000 (or 0x384000) is known color: Turtle Green. HEX triplet: 38, 40 and 00. RGB value is (56,64,0). Sum of RGB (Red+Green+Blue) = 56+64+0=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #384000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384000 is #C7BFFF. Grayscale: #363636. Windows color (decimal): -13090816 or 16440. OLE color: 16440.

HSL color Cylindrical-coordinate representation of color #384000: hue angle of 67.5º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #384000 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 64 0 -
CMYK 0.13 0 1 0.75
HSL 67.5º 1% 0.13% -
HSV(B) 67.5º 1% 0.25% -
XYZ 3.46 4.51 0.69 -
YUV 54.31 97.35 129.2 -
System Red Green Blue C M Y K H S L
Decimal 56 64 0 0.13 0 1 0.75 67.5 1 0.13
Hex 38 40 0 D 0 64 4B 44 64 D
Octal 70 100 0 15 0 144 113 104 144 15
Binary 111000 1000000 0 1101 0 1100100 1001011 1000100 1100100 1101

Color Harmonies of #384000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384000

Black with #384000

Text Example


Text Example

White with #384000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384000; }

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

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

background-color css

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

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

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

border-color css

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

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

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