Html Css Color HEX #383800 Turtle Green

📋 copy color: '#383800'

red 56 ◦ green 56 ◦ blue 0

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

Shades of Turtle Green #383800

Tints of Turtle Green #383800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 50%

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

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#383800 (or 0x383800) is known color: Turtle Green. HEX triplet: 38, 38 and 00. RGB value is (56,56,0). Sum of RGB (Red+Green+Blue) = 56+56+0=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 56 (22.27% from 255 or 50% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 56 - color contains mainly: red, green. Hex color #383800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383800 is #C7C7FF. Grayscale: #313131. Windows color (decimal): -13092864 or 14392. OLE color: 14392.

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

Color convert

RGB 56 56 0 -
CMYK 0 0 1 0.78
HSL 60º 1% 0.11% -
HSV(B) 60º 1% 0.22% -
XYZ 3.05 3.67 0.55 -
YUV 49.62 100 132.55 -
System Red Green Blue C M Y K H S L
Decimal 56 56 0 0 0 1 0.78 60 1 0.11
Hex 38 38 0 0 0 64 4E 3C 64 B
Octal 70 70 0 0 0 144 116 74 144 13
Binary 111000 111000 0 0 0 1100100 1001110 111100 1100100 1011

Color Harmonies of #383800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383800

Black with #383800

Text Example


Text Example

White with #383800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383800; }

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

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

background-color css

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

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

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

border-color css

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

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

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