Html Css Color HEX #384500 Turtle Green

📋 copy color: '#384500'

red 56 ◦ green 69 ◦ blue 0

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

Shades of Turtle Green #384500

Tints of Turtle Green #384500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 55.2%

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

R = 44.8%
G = 55.2%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#384500 (or 0x384500) is known color: Turtle Green. HEX triplet: 38, 45 and 00. RGB value is (56,69,0). Sum of RGB (Red+Green+Blue) = 56+69+0=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 69 (27.34% from 255 or 55.2% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 69 - color contains mainly: green. Hex color #384500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384500 is #C7BAFF. Grayscale: #393939. Windows color (decimal): -13089536 or 17720. OLE color: 17720.

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

Color convert

RGB 56 69 0 -
CMYK 0.19 0 1 0.73
HSL 71.3º 1% 0.14% -
HSV(B) 71.3º 1% 0.27% -
XYZ 3.76 5.1 0.79 -
YUV 57.25 95.69 127.11 -
System Red Green Blue C M Y K H S L
Decimal 56 69 0 0.19 0 1 0.73 71.3 1 0.14
Hex 38 45 0 13 0 64 49 47 64 E
Octal 70 105 0 23 0 144 111 107 144 16
Binary 111000 1000101 0 10011 0 1100100 1001001 1000111 1100100 1110

Color Harmonies of #384500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384500

Black with #384500

Text Example


Text Example

White with #384500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384500; }

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

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

background-color css

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

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

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

border-color css

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

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

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