Html Css Color HEX #383A01 Turtle Green

📋 copy color: '#383A01'

red 56 ◦ green 58 ◦ blue 1

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

Shades of Turtle Green #383A01

Tints of Turtle Green #383A01

RGB

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

 GREEN value IS 58 (23.05% from 255) = 50.43%

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

R = 48.7%
G = 50.43%
B = 0.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.77

RGB Variations

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

Color information

#383A01 (or 0x383A01) is known color: Turtle Green. HEX triplet: 38, 3A and 01. RGB value is (56,58,1). Sum of RGB (Red+Green+Blue) = 56+58+1=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 58 (23.05% from 255 or 50.43% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 58 - color contains mainly: green. Hex color #383A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383A01 is #C7C5FE. Grayscale: #333333. Windows color (decimal): -13092351 or 80440. OLE color: 80440.

HSL color Cylindrical-coordinate representation of color #383A01: hue angle of 62.11º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #383A01 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.77.

Color convert

RGB 56 58 1 -
CMYK 0.03 0 0.98 0.77
HSL 62.11º 0.97% 0.12% -
HSV(B) 62.11º 0.98% 0.23% -
XYZ 3.15 3.87 0.61 -
YUV 50.9 99.84 131.63 -
System Red Green Blue C M Y K H S L
Decimal 56 58 1 0.03 0 0.98 0.77 62.11 0.97 0.12
Hex 38 3A 1 3 0 62 4D 3E 61 C
Octal 70 72 1 3 0 142 115 76 141 14
Binary 111000 111010 1 11 0 1100010 1001101 111110 1100001 1100

Color Harmonies of #383A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383A01

Black with #383A01

Text Example


Text Example

White with #383A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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