Html Css Color HEX #383801 Turtle Green

📋 copy color: '#383801'

red 56 ◦ green 56 ◦ blue 1

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

Shades of Turtle Green #383801

Tints of Turtle Green #383801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.88%

R = 49.56%
G = 49.56%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#383801 (or 0x383801) is known color: Turtle Green. HEX triplet: 38, 38 and 01. RGB value is (56,56,1). Sum of RGB (Red+Green+Blue) = 56+56+1=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 56 - color contains mainly: red, green. Hex color #383801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383801 is #C7C7FE. Grayscale: #313131. Windows color (decimal): -13092863 or 79928. OLE color: 79928.

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

Color convert

RGB 56 56 1 -
CMYK 0 0 0.98 0.78
HSL 60º 0.96% 0.11% -
HSV(B) 60º 0.98% 0.22% -
XYZ 3.05 3.67 0.58 -
YUV 49.73 100.5 132.47 -
System Red Green Blue C M Y K H S L
Decimal 56 56 1 0 0 0.98 0.78 60 0.96 0.11
Hex 38 38 1 0 0 62 4E 3C 60 B
Octal 70 70 1 0 0 142 116 74 140 13
Binary 111000 111000 1 0 0 1100010 1001110 111100 1100000 1011

Color Harmonies of #383801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383801

Black with #383801

Text Example


Text Example

White with #383801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383801; }

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

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

background-color css

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

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

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

border-color css

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

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

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