Html Css Color HEX #383E00 Turtle Green

📋 copy color: '#383E00'

red 56 ◦ green 62 ◦ blue 0

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

Shades of Turtle Green #383E00

Tints of Turtle Green #383E00

RGB

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

 GREEN value IS 62 (24.61% from 255) = 52.54%

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

R = 47.46%
G = 52.54%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.76

RGB Variations

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

Color information

#383E00 (or 0x383E00) is known color: Turtle Green. HEX triplet: 38, 3E and 00. RGB value is (56,62,0). Sum of RGB (Red+Green+Blue) = 56+62+0=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 62 (24.61% from 255 or 52.54% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 62 - color contains mainly: green. Hex color #383E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383E00 is #C7C1FF. Grayscale: #353535. Windows color (decimal): -13091328 or 15928. OLE color: 15928.

HSL color Cylindrical-coordinate representation of color #383E00: hue angle of 65.81º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #383E00 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 62 0 -
CMYK 0.10 0 1 0.76
HSL 65.81º 1% 0.12% -
HSV(B) 65.81º 1% 0.24% -
XYZ 3.35 4.29 0.65 -
YUV 53.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 56 62 0 0.10 0 1 0.76 65.81 1 0.12
Hex 38 3E 0 A 0 64 4C 42 64 C
Octal 70 76 0 12 0 144 114 102 144 14
Binary 111000 111110 0 1010 0 1100100 1001100 1000010 1100100 1100

Color Harmonies of #383E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383E00

Black with #383E00

Text Example


Text Example

White with #383E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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